golang.org/x/net/http2/hpack.Decoder.saveBuf (field)
8 uses
golang.org/x/net/http2/hpack (current package)
hpack.go#L94: saveBuf bytes.Buffer
hpack.go#L236: if d.saveBuf.Len() > 0 {
hpack.go#L237: d.saveBuf.Reset()
hpack.go#L253: if d.saveBuf.Len() == 0 {
hpack.go#L256: d.saveBuf.Write(p)
hpack.go#L257: d.buf = d.saveBuf.Bytes()
hpack.go#L258: d.saveBuf.Reset()
hpack.go#L273: d.saveBuf.Write(d.buf)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)